home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / Ferramentas / Automate Pro / setup.exe / Format_a_Date_or_Time_Value.aml < prev    next >
Encoding:
Text File  |  2003-08-15  |  501 b   |  16 lines

  1. <AM5TASK>
  2. <AMTASKHEAD>
  3.     <TASKINFO TASKNAME="">
  4. <\AMTASKHEAD>
  5. <STEPS>
  6. <AMMESSAGEBOX WINDOWTITLE="Sample Task">
  7. AutoMate can format dates and time any way you like:
  8.  
  9. Custom:  %Format( Now(),"ddd mmmm yyyy")%
  10.  
  11. Default Short:  %Format( Now(),"c")%
  12.  
  13. and much more... see the help file under "format()" for more information.  You can use these expressions in any step parameter by surrounding the expression with %% signs !</AMMESSAGEBOX>
  14. <\STEPS>
  15. </AM5TASK>
  16.